﻿2026-08-08T19:19:34.0329554Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2026-08-08T19:19:34.0339904Z ##[group]Run actions/checkout@v4
2026-08-08T19:19:34.0340694Z with:
2026-08-08T19:19:34.0341161Z   fetch-depth: 0
2026-08-08T19:19:34.0341653Z   repository: Gamexgit/FinanceManager
2026-08-08T19:19:34.0346378Z   token: ***
2026-08-08T19:19:34.0346835Z   ssh-strict: true
2026-08-08T19:19:34.0347297Z   ssh-user: git
2026-08-08T19:19:34.0347759Z   persist-credentials: true
2026-08-08T19:19:34.0348256Z   clean: true
2026-08-08T19:19:34.0348712Z   sparse-checkout-cone-mode: true
2026-08-08T19:19:34.0349248Z   fetch-tags: false
2026-08-08T19:19:34.0349707Z   show-progress: true
2026-08-08T19:19:34.0350163Z   lfs: false
2026-08-08T19:19:34.0350591Z   submodules: false
2026-08-08T19:19:34.0351145Z   set-safe-directory: true
2026-08-08T19:19:34.0351680Z   allow-unsafe-pr-checkout: false
2026-08-08T19:19:34.0352422Z env:
2026-08-08T19:19:34.0352912Z   PYTHONPATH: src
2026-08-08T19:19:34.0353365Z   JARVIS_FINANCE_ENV: test
2026-08-08T19:19:34.0354079Z   JARVIS_FINANCE_DB_PATH: /tmp/financemanager-phase3-controls/finance.sqlite3
2026-08-08T19:19:34.0355159Z   JARVIS_FINANCE_RUNTIME_DIR: /tmp/financemanager-phase3-controls/runtime
2026-08-08T19:19:34.0356038Z   JARVIS_FINANCE_CI_ROOT: /tmp/financemanager-phase3-migration
2026-08-08T19:19:34.0356735Z   JARVIS_FINANCE_WRITE_MODE: disabled
2026-08-08T19:19:34.0357271Z ##[endgroup]
2026-08-08T19:19:34.1823969Z Syncing repository: Gamexgit/FinanceManager
2026-08-08T19:19:34.1827324Z ##[group]Getting Git version info
2026-08-08T19:19:34.1828584Z Working directory is '/home/runner/work/FinanceManager/FinanceManager'
2026-08-08T19:19:34.1830195Z [command]/usr/bin/git version
2026-08-08T19:19:34.1846074Z git version 2.54.0
2026-08-08T19:19:34.2044271Z ##[endgroup]
2026-08-08T19:19:34.2052124Z Temporarily overriding HOME='/home/runner/work/_temp/b2f85bdd-6e80-4297-b704-2dcfdbbb000f' before making global git config changes
2026-08-08T19:19:34.2056276Z Adding repository directory to the temporary git global config as a safe directory
2026-08-08T19:19:34.2058282Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/FinanceManager/FinanceManager
2026-08-08T19:19:34.2062472Z Deleting the contents of '/home/runner/work/FinanceManager/FinanceManager'
2026-08-08T19:19:34.2064782Z ##[group]Initializing the repository
2026-08-08T19:19:34.2067149Z [command]/usr/bin/git init /home/runner/work/FinanceManager/FinanceManager
2026-08-08T19:19:34.2156546Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-08T19:19:34.3443245Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-08T19:19:34.3446004Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-08T19:19:34.3448006Z hint: call:
2026-08-08T19:19:34.3448930Z hint:
2026-08-08T19:19:34.3450273Z hint: 	git config --global init.defaultBranch <name>
2026-08-08T19:19:34.3451570Z hint:
2026-08-08T19:19:34.3453001Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-08T19:19:34.3454761Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-08T19:19:34.3456792Z hint:
2026-08-08T19:19:34.3457818Z hint: 	git branch -m <name>
2026-08-08T19:19:34.3459765Z hint:
2026-08-08T19:19:34.3466135Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-08T19:19:34.3468997Z Initialized empty Git repository in /home/runner/work/FinanceManager/FinanceManager/.git/
2026-08-08T19:19:34.3476534Z [command]/usr/bin/git remote add origin https://github.com/Gamexgit/FinanceManager
2026-08-08T19:19:34.3478828Z ##[endgroup]
2026-08-08T19:19:34.3479610Z ##[group]Disabling automatic garbage collection
2026-08-08T19:19:34.3480304Z [command]/usr/bin/git config --local gc.auto 0
2026-08-08T19:19:34.3482205Z ##[endgroup]
2026-08-08T19:19:34.3482898Z ##[group]Setting up auth
2026-08-08T19:19:34.3483610Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-08T19:19:34.3487384Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-08T19:19:34.3492148Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-08T19:19:34.3496385Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-08T19:19:34.3706453Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-08T19:19:34.3733974Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-08T19:19:34.4181574Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-08T19:19:34.4187691Z ##[endgroup]
2026-08-08T19:19:34.4188965Z ##[group]Fetching the repository
2026-08-08T19:19:34.4191730Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +29375c19a23023cc92aae98d7f3c56b59ae72b29:refs/remotes/pull/45/merge
2026-08-08T19:19:35.3778000Z From https://github.com/Gamexgit/FinanceManager
2026-08-08T19:19:35.3781419Z  * [new branch]      Sprint14/twr-xirr-performance-attribution -> origin/Sprint14/twr-xirr-performance-attribution
2026-08-08T19:19:35.3787409Z  * [new branch]      Sprint15/household-import-transfer-reconciliation-v1 -> origin/Sprint15/household-import-transfer-reconciliation-v1
2026-08-08T19:19:35.3789897Z  * [new branch]      Sprint16/hotfix-openpyxl-runtime-dependency -> origin/Sprint16/hotfix-openpyxl-runtime-dependency
2026-08-08T19:19:35.3792895Z  * [new branch]      Sprint16/smart-household-inbox-real-data-onboarding-v2 -> origin/Sprint16/smart-household-inbox-real-data-onboarding-v2
2026-08-08T19:19:35.3795477Z  * [new branch]      feat/budget-analytics-data-explorer-v1   -> origin/feat/budget-analytics-data-explorer-v1
2026-08-08T19:19:35.3798095Z  * [new branch]      feat/budget-categories-duplicates-cleanup -> origin/feat/budget-categories-duplicates-cleanup
2026-08-08T19:19:35.3800736Z  * [new branch]      feat/budget-categories-ux-fix            -> origin/feat/budget-categories-ux-fix
2026-08-08T19:19:35.3802874Z  * [new branch]      feat/budget-import-production-v2         -> origin/feat/budget-import-production-v2
2026-08-08T19:19:35.3805318Z  * [new branch]      feat/budget-monthly-import-rule-learning-v1 -> origin/feat/budget-monthly-import-rule-learning-v1
2026-08-08T19:19:35.3809647Z  * [new branch]      feat/budget-phase-1-4                    -> origin/feat/budget-phase-1-4
2026-08-08T19:19:35.3812198Z  * [new branch]      feat/budget-planning-forecast-v1         -> origin/feat/budget-planning-forecast-v1
2026-08-08T19:19:35.3814671Z  * [new branch]      feat/budget-planning-usability-v2        -> origin/feat/budget-planning-usability-v2
2026-08-08T19:19:35.3817555Z  * [new branch]      feat/budget-review-bulk-assign-confirm   -> origin/feat/budget-review-bulk-assign-confirm
2026-08-08T19:19:35.3820175Z  * [new branch]      feat/budget-workflow-help-ux             -> origin/feat/budget-workflow-help-ux
2026-08-08T19:19:35.3823038Z  * [new branch]      feat/finance-command-center-monthly-close-v1 -> origin/feat/finance-command-center-monthly-close-v1
2026-08-08T19:19:35.3825441Z  * [new branch]      feat/fixed-costs-subscriptions-v1        -> origin/feat/fixed-costs-subscriptions-v1
2026-08-08T19:19:35.3827732Z  * [new branch]      feat/grocery-matching-review-learning-v2 -> origin/feat/grocery-matching-review-learning-v2
2026-08-08T19:19:35.3830892Z  * [new branch]      feat/grocery-product-price-providers-v1  -> origin/feat/grocery-product-price-providers-v1
2026-08-08T19:19:35.3833643Z  * [new branch]      feat/migros-product-savings-grocery-optimizer-v1 -> origin/feat/migros-product-savings-grocery-optimizer-v1
2026-08-08T19:19:35.3836646Z  * [new branch]      feat/mobile-nav-income-csv-final         -> origin/feat/mobile-nav-income-csv-final
2026-08-08T19:19:35.3839113Z  * [new branch]      feat/mobile-nav-income-hotfix-v2         -> origin/feat/mobile-nav-income-hotfix-v2
2026-08-08T19:19:35.3841777Z  * [new branch]      feat/mobile-nav-income-planning-v1       -> origin/feat/mobile-nav-income-planning-v1
2026-08-08T19:19:35.3844503Z  * [new branch]      fix/manual-entry-uat-flows               -> origin/fix/manual-entry-uat-flows
2026-08-08T19:19:35.3847548Z  * [new branch]      fix/sprint16.2-insurance-family-order    -> origin/fix/sprint16.2-insurance-family-order
2026-08-08T19:19:35.3850833Z  * [new branch]      hotfix/sprint13-global-portfolio-aggregation -> origin/hotfix/sprint13-global-portfolio-aggregation
2026-08-08T19:19:35.3854195Z  * [new branch]      hotfix/sprint20-wealth-history-contract  -> origin/hotfix/sprint20-wealth-history-contract
2026-08-08T19:19:35.3857475Z  * [new branch]      hotfix/sprint8-kpi-overflow              -> origin/hotfix/sprint8-kpi-overflow
2026-08-08T19:19:35.3860245Z  * [new branch]      hotfix/sprint8-readonly-render           -> origin/hotfix/sprint8-readonly-render
2026-08-08T19:19:35.3863305Z  * [new branch]      integration/portfolio-phase3-to-main     -> origin/integration/portfolio-phase3-to-main
2026-08-08T19:19:35.3866211Z  * [new branch]      main                                     -> origin/main
2026-08-08T19:19:35.3868681Z  * [new branch]      sprint10/portfolio-go-live               -> origin/sprint10/portfolio-go-live
2026-08-08T19:19:35.3871520Z  * [new branch]      sprint11/portfolio-completeness-ux       -> origin/sprint11/portfolio-completeness-ux
2026-08-08T19:19:35.3874504Z  * [new branch]      sprint12/truewealth-verified-import      -> origin/sprint12/truewealth-verified-import
2026-08-08T19:19:35.3877978Z  * [new branch]      sprint13/postfinance-ledger-import       -> origin/sprint13/postfinance-ledger-import
2026-08-08T19:19:35.3881371Z  * [new branch]      sprint16.1/classification-coverage-import-readiness -> origin/sprint16.1/classification-coverage-import-readiness
2026-08-08T19:19:35.3886081Z  * [new branch]      sprint16.2/first-import-calibration-portal-flow -> origin/sprint16.2/first-import-calibration-portal-flow
2026-08-08T19:19:35.3890611Z  * [new branch]      sprint16.3/import-readiness-batched-decisions-performance -> origin/sprint16.3/import-readiness-batched-decisions-performance
2026-08-08T19:19:35.3895197Z  * [new branch]      sprint17a/data-truth                     -> origin/sprint17a/data-truth
2026-08-08T19:19:35.3898321Z  * [new branch]      sprint17b/equity-quote-refresh           -> origin/sprint17b/equity-quote-refresh
2026-08-08T19:19:35.3902117Z  * [new branch]      sprint17b/household-cockpit              -> origin/sprint17b/household-cockpit
2026-08-08T19:19:35.3905780Z  * [new branch]      sprint17c/data-truth-navigation-today-lite -> origin/sprint17c/data-truth-navigation-today-lite
2026-08-08T19:19:35.3910224Z  * [new branch]      sprint19/prior-year-actuals-simple-budget-v1 -> origin/sprint19/prior-year-actuals-simple-budget-v1
2026-08-08T19:19:35.3917198Z  * [new branch]      sprint2/navigation-design-shell          -> origin/sprint2/navigation-design-shell
2026-08-08T19:19:35.3921104Z  * [new branch]      sprint20/performance-data-readiness-v1   -> origin/sprint20/performance-data-readiness-v1
2026-08-08T19:19:35.3924855Z  * [new branch]      sprint20b/performance-activation-daily-valuations-v1 -> origin/sprint20b/performance-activation-daily-valuations-v1
2026-08-08T19:19:35.3931607Z  * [new branch]      sprint20e/market-data-recovery-crypto-activation-v1 -> origin/sprint20e/market-data-recovery-crypto-activation-v1
2026-08-08T19:19:35.3940242Z  * [new branch]      sprint20e/never-run-status-hotfix        -> origin/sprint20e/never-run-status-hotfix
2026-08-08T19:19:35.3943139Z  * [new branch]      sprint20e/provider-provenance-ui-hotfix  -> origin/sprint20e/provider-provenance-ui-hotfix
2026-08-08T19:19:35.3947063Z  * [new branch]      sprint20f/truewealth-first-performance-activation -> origin/sprint20f/truewealth-first-performance-activation
2026-08-08T19:19:35.3950827Z  * [new branch]      sprint3.1/reconciliation-semantic-hardening -> origin/sprint3.1/reconciliation-semantic-hardening
2026-08-08T19:19:35.3954296Z  * [new branch]      sprint3/reconciliation-snapshot-foundation -> origin/sprint3/reconciliation-snapshot-foundation
2026-08-08T19:19:35.3958198Z  * [new branch]      sprint4.1/portfolio-policy-contract-hardening -> origin/sprint4.1/portfolio-policy-contract-hardening
2026-08-08T19:19:35.3961381Z  * [new branch]      sprint4/portfolio-policy-foundation      -> origin/sprint4/portfolio-policy-foundation
2026-08-08T19:19:35.3964579Z  * [new branch]      sprint5/portfolio-performance-foundation -> origin/sprint5/portfolio-performance-foundation
2026-08-08T19:19:35.3968476Z  * [new branch]      sprint6/portfolio-data-ingestion-reconciliation -> origin/sprint6/portfolio-data-ingestion-reconciliation
2026-08-08T19:19:35.3971737Z  * [new branch]      sprint7/postfinance-portfolio-source     -> origin/sprint7/postfinance-portfolio-source
2026-08-08T19:19:35.3974557Z  * [new branch]      sprint8/market-fx-benchmark-risk         -> origin/sprint8/market-fx-benchmark-risk
2026-08-08T19:19:35.3977568Z  * [new branch]      sprint9/portfolio-basis-policy           -> origin/sprint9/portfolio-basis-policy
2026-08-08T19:19:35.3979967Z  * [new tag]         v0.3.0                                   -> v0.3.0
2026-08-08T19:19:35.3981785Z  * [new tag]         v0.3.1                                   -> v0.3.1
2026-08-08T19:19:35.3983528Z  * [new tag]         v0.3.2                                   -> v0.3.2
2026-08-08T19:19:35.3985768Z  * [new ref]         29375c19a23023cc92aae98d7f3c56b59ae72b29 -> pull/45/merge
2026-08-08T19:19:35.3993921Z ##[endgroup]
2026-08-08T19:19:35.3996583Z ##[group]Determining the checkout info
2026-08-08T19:19:35.3999577Z ##[endgroup]
2026-08-08T19:19:35.4001360Z [command]/usr/bin/git sparse-checkout disable
2026-08-08T19:19:35.4071445Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-08T19:19:35.4116330Z ##[group]Checking out the ref
2026-08-08T19:19:35.4120362Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/45/merge
2026-08-08T19:19:35.4699115Z Note: switching to 'refs/remotes/pull/45/merge'.
2026-08-08T19:19:35.4705935Z 
2026-08-08T19:19:35.4708181Z You are in 'detached HEAD' state. You can look around, make experimental
2026-08-08T19:19:35.4710423Z changes and commit them, and you can discard any commits you make in this
2026-08-08T19:19:35.4722385Z state without impacting any branches by switching back to a branch.
2026-08-08T19:19:35.4723887Z 
2026-08-08T19:19:35.4725254Z If you want to create a new branch to retain commits you create, you may
2026-08-08T19:19:35.4728033Z do so (now or later) by using -c with the switch command. Example:
2026-08-08T19:19:35.4729488Z 
2026-08-08T19:19:35.4730676Z   git switch -c <new-branch-name>
2026-08-08T19:19:35.4731801Z 
2026-08-08T19:19:35.4733153Z Or undo this operation with:
2026-08-08T19:19:35.4733951Z 
2026-08-08T19:19:35.4736080Z   git switch -
2026-08-08T19:19:35.4737238Z 
2026-08-08T19:19:35.4744498Z Turn off this advice by setting config variable advice.detachedHead to false
2026-08-08T19:19:35.4746249Z 
2026-08-08T19:19:35.4747928Z HEAD is now at 29375c1 Merge fc61b2315ce6c84101999afdba38a40b2bd82e77 into a9609cecbda474355f02a20a286214195cad1df3
2026-08-08T19:19:35.4752710Z ##[endgroup]
2026-08-08T19:19:35.4779317Z [command]/usr/bin/git log -1 --format=%H
2026-08-08T19:19:35.4816351Z 29375c19a23023cc92aae98d7f3c56b59ae72b29
